home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 May / macformat-024.iso / Shareware City / Developers / Kant Pro source Folder / Kant Pro 1.1 ƒ / Shell ƒ / other MSG window.h < prev    next >
Encoding:
Text File  |  1995-01-19  |  465 b   |  9 lines  |  [TEXT/MMCC]

  1. void SetupTheOtherMSGWindow(WindowPtr theWindow);
  2. void ShutDownTheOtherMSGWindow(void);
  3. void OpenTheOtherMSGWindow(WindowPtr theWindow);
  4. void KeyPressedInOtherMSGWindow(WindowPtr theWindow, unsigned char theChar);
  5. void MouseClickedInOtherMSGWindow(WindowPtr theWindow, Point thePoint);
  6. void DisposeTheOtherMSGWindow(WindowPtr theWindow);
  7. void ResizeControlsInOtherMSGWindow(WindowPtr theWindow);
  8. void GetGrowSizeOtherMSGWindow(WindowPtr theWindow, Rect *sizeRect);
  9.